const vendor/golang.org/x/net/dns/dnsmessage.sectionAuthorities
9 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L383: sectionAuthorities
message.go#L400: sectionAuthorities: "Authority",
message.go#L420: case sectionAuthorities:
message.go#L764: return p.resourceHeader(sectionAuthorities)
message.go#L769: return p.resource(sectionAuthorities)
message.go#L798: return p.skipResource(sectionAuthorities)
message.go#L1286: if err := b.startCheck(sectionAuthorities); err != nil {
message.go#L1289: b.section = sectionAuthorities
message.go#L1312: case sectionAuthorities:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |